home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 07 - 1991 / 07.02 Feb 91 / 4th Debugger Appl / Proc.Ext / Proc.Ext.rsrc / 4DTE_15001 < prev    next >
Encoding:
Text File  |  1990-02-28  |  366 b   |  12 lines

  1. GetCalendar will get the current month, year, and selected days in the "Calendar" external area.
  2.  
  3. GetCalendar(theCalendar;theMonth;
  4.                       theYear;theDays)
  5.  
  6. theCalendar: Calendar external area.
  7.  
  8. theMonth: Current month.
  9.  
  10. theYear: Current year.
  11.  
  12. theDays: Current selected days in binary format where bit 0 is day 1 and bit 30 is day 31 on the calendar.